GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-29T22:13:36.4845043+00:00",
"SubmitDate": "2025-12-29T22:13:36.4845043+00:00",
"ReportPeriodStart": "2025-12-29T22:13:36.4845043+00:00",
"ReportPeriodEnd": "2025-12-29T22:13:36.4845043+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fea64e0f-a909-425f-982c-95c8549874df",
"Rows": [
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fea64e0f-a909-425f-982c-95c8549874df",
"Rows": [
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6b4341cc-b6ff-4451-9360-4fa60fca89c4",
"e916ecf5-8689-4598-80e4-6b4d244dfc6b"
],
"Approvers": [
"7f7ebbb7-ffff-44b1-ae65-090cff397c6e",
"9321e651-63b7-40d1-9771-258eddec3dcf"
],
"ApprovedBy": "cde2343a-9379-48a4-a69e-3a901e7c5725",
"ApprovalDate": "2025-12-29T22:13:36.4845043+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "953dd06d-6776-4c25-9f61-e02f787ad254",
"id": "ccc9a5c3-8def-4559-a863-f2cad92f6122",
"ConfigId": "2dde8222-4ede-40da-be14-3984cb463772"
},
{
"GenerationDate": "2025-12-29T22:13:36.4845043+00:00",
"SubmitDate": "2025-12-29T22:13:36.4845043+00:00",
"ReportPeriodStart": "2025-12-29T22:13:36.4845043+00:00",
"ReportPeriodEnd": "2025-12-29T22:13:36.4845043+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fea64e0f-a909-425f-982c-95c8549874df",
"Rows": [
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fea64e0f-a909-425f-982c-95c8549874df",
"Rows": [
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54d233e3-7918-4dad-a602-2eafd94b5658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6b4341cc-b6ff-4451-9360-4fa60fca89c4",
"e916ecf5-8689-4598-80e4-6b4d244dfc6b"
],
"Approvers": [
"7f7ebbb7-ffff-44b1-ae65-090cff397c6e",
"9321e651-63b7-40d1-9771-258eddec3dcf"
],
"ApprovedBy": "cde2343a-9379-48a4-a69e-3a901e7c5725",
"ApprovalDate": "2025-12-29T22:13:36.4845043+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "953dd06d-6776-4c25-9f61-e02f787ad254",
"id": "ccc9a5c3-8def-4559-a863-f2cad92f6122",
"ConfigId": "2dde8222-4ede-40da-be14-3984cb463772"
}
]